home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TRENAMESESSIONDLG / TRENAMESESSIONDLG.txt
Text File  |  2005-06-02  |  1KB  |  57 lines

  1. object RenameSessionDlg: TRenameSessionDlg
  2.   Left = 221
  3.   Top = 735
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Renommer la session'
  7.   ClientHeight = 96
  8.   ClientWidth = 319
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 92
  24.     Height = 13
  25.     Caption = 'Nouveau nom de la session :'
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 82
  29.     Top = 64
  30.     Width = 73
  31.     Height = 23
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 0
  36.     OnClick = OKBtnClick
  37.   end
  38.   object CancelBtn: TButton
  39.     Left = 162
  40.     Top = 64
  41.     Width = 73
  42.     Height = 23
  43.     Cancel = True
  44.     Caption = 'Annuler'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object SessionNameEdit: TEdit
  49.     Left = 16
  50.     Top = 32
  51.     Width = 289
  52.     Height = 21
  53.     MaxLength = 255
  54.     TabOrder = 2
  55.   end
  56. end
  57.